xfi:tuples-in-tuple

element(xbrli:tuple)*=xfi:tuples-in-tuple( $tuple as element(xbrli:tuple))

Last updated on 06-03-2008 at 22:40:00.

Returns the sequence of all tuples that are direct children of the tuple element of an XBRL instance document (excluding any tuples further nested in enclosed tuples).

Documentation

(Geoff Shuetrim: 3 June 2009) Eventually the function registry should also include a function that returns all of the facts in a tuple, not just the child items or just the child tuples.

XBRL 2.1 Section 4.9

OIM Status

Unsupported

Parameters

Name Type Details
tuple element(xbrli:tuple) The function takes the tuple element of an XBRL instance as its only parameter.

Output

Type: element(xbrli:tuple)*

Returns a sequence of direct child tuples of the input parameter tuple element in the XBRL instance, or the empty sequence if none.

Conformance suite

90105 xfi.tuples-in-tuple testcase.xml [ download ]

Owners

Name Affiliation Email Start End
Herm Fischer UBMatrix / Mark V Systems fischer@markv.com 06-03-2008 at 22:40:00

Revisions

Name On Details
Herm Fischer 06-03-2008 at 22:40:00 Defined the function